From be6227c15c62a199e291f22e1833bc0aea13e76e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Feb 2009 11:09:34 +0000 Subject: [PATCH] (Commands for Insertion): Reinstate documentation of translation-table-for-input. --- doc/lispref/text.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index a3ffb51aede..72a2feda683 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -487,6 +487,9 @@ it except to install it on a keymap. In an interactive call, @var{count} is the numeric prefix argument. +Self-insertion translates the input character through +@code{translation-table-for-input}. @xref{Translation of Characters}. + This command calls @code{auto-fill-function} whenever that is non-@code{nil} and the character inserted is in the table @code{auto-fill-chars} (@pxref{Auto Filling}). -- 2.30.2